This function calculates the harmonic mean of a numbers vector.
Usage
harmonicMean_ (x)
Arguments
x
Should be a numbers vector
Value
Numeric, the harmonic mean of the numbers vector.
Details
To calculate the harmonic mean, the user should give a numbers vector. The result is calculated by dividing the number of observations by the reciprocal of each number in the vector. The harmonic mean formule is the following: